#include <PluginCommon.hpp>
Public Member Functions | |
| virtual | ~IDPMScene () |
| virtual IDPObject * | CreateObject (const char *ObjectType)=0 |
| virtual IDPMResult | RemoveObject (IDPObject *Object)=0 |
| virtual int | GetObjectCount ()=0 |
| virtual IDPObject * | GetNextObject (IDPObject *CurrentObject)=0 |
| virtual void | UpdateObject (IDPObject *Object)=0 |
| Called to inform the system that changes have been made to an object. | |
| virtual BOOL | SupportsInterface (const char *InterfaceName)=0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Called to inform the system that changes have been made to an object.
|
1.3-rc3